negotiator.boaframework.acceptanceconditions.other
Class AC_False

java.lang.Object
  extended by negotiator.boaframework.AcceptanceStrategy
      extended by negotiator.boaframework.acceptanceconditions.other.AC_False

public class AC_False
extends AcceptanceStrategy

This Acceptance Condition never accepts an opponent offer. Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies T. Baarslag, K. Hindriks, M. Hendrikx, A. Dirkzwager, C.M. Jonker

Version:
18/12/11
Author:
Alex Dirkzwager, Mark Hendrikx

Field Summary
 
Fields inherited from class negotiator.boaframework.AcceptanceStrategy
helper, negotiationSession, offeringStrategy, opponentModel
 
Constructor Summary
AC_False()
          Empty constructor for the BOA framework.
 
Method Summary
 Actions determineAcceptability()
          Determines to either to either accept or reject the opponent's bid or even quit the negotiation.
 
Methods inherited from class negotiator.boaframework.AcceptanceStrategy
endSession, init, isMAC, loadData, printParameters, setOpponentUtilitySpace, storeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AC_False

public AC_False()
Empty constructor for the BOA framework.

Method Detail

determineAcceptability

public Actions determineAcceptability()
Description copied from class: AcceptanceStrategy
Determines to either to either accept or reject the opponent's bid or even quit the negotiation.

Specified by:
determineAcceptability in class AcceptanceStrategy
Returns:
reject any bid.